auto merge of #290 : omasanori/cargo/makefile, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 29 Jul 2014 21:30:40 +0000 (21:30 +0000)
committerbors <bors@rust-lang.org>
Tue, 29 Jul 2014 21:30:40 +0000 (21:30 +0000)
commit6da963498c45460eba390731be60789b414763de
tree5b8d0b528f9bbd3222c3ea73b0483f6f22d4f522
parent672f392528e94d605fe4bfea16a94f8383200c17
parent07becbc15ebb9506419ff79155cc20aff7feb739
auto merge of #290 : omasanori/cargo/makefile, r=alexcrichton

Both Makefile.in and install.sh prepended `${DESTDIR}` to `${PREFIX}` so the installation prefix became `${DESTDIR}/${DESTDIR}/${PREFIX}`. Also, the script assumes that `${DESTDIR}` ends with a slash or `${PREFIX}` starts with it so I appended a slash to `${DESTDIR}`.